home *** CD-ROM | disk | FTP | other *** search
- // DEFAULT.RAG
- // Used as a template for new Rage game pad scripts
- //
- [VERSION] 1.0
-
- [SETUP]
- [END]
-
- [MACROS]
- "Button 1" = B1.
- "Button 2" = B2.
- "Button 3" = B3.
- "Button 4" = B4.
- "Button 5" = B5.
- "Button 6" = B6.
- "Button 7" = B7.
- "Button 8" = B8.
- "Button 9" = B9.
- "Button 10" = B10.
- [END]
-
- [CONFIG] RAGE
- S1 IS "Button 1".
- S2 IS "Button 2".
- S3 IS "Button 3".
- S4 IS "Button 4".
- S5 IS "Button 5".
- S6 IS "Button 6".
- S7 IS "Button 7".
- S8 IS "Button 8".
- S9 IS "Button 9".
- S10 IS "Button 10".
- [END]
-